home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / scottman / form3.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-09-06  |  2.1 KB  |  71 lines

  1. VERSION 2.00
  2. Begin Form Form3 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "About Scott Manager"
  6.    ClientHeight    =   2265
  7.    ClientLeft      =   3900
  8.    ClientTop       =   4170
  9.    ClientWidth     =   3510
  10.    ControlBox      =   0   'False
  11.    Height          =   2670
  12.    Left            =   3840
  13.    LinkTopic       =   "Form3"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   2265
  17.    ScaleWidth      =   3510
  18.    Top             =   3825
  19.    Width           =   3630
  20.    Begin CommandButton Command1 
  21.       Caption         =   "OK"
  22.       FontBold        =   -1  'True
  23.       FontItalic      =   0   'False
  24.       FontName        =   "MS Sans Serif"
  25.       FontSize        =   12
  26.       FontStrikethru  =   0   'False
  27.       FontUnderline   =   0   'False
  28.       Height          =   615
  29.       Left            =   960
  30.       TabIndex        =   0
  31.       Top             =   1440
  32.       Width           =   1495
  33.    End
  34.    Begin Label Label3 
  35.       BackStyle       =   0  'Transparent
  36.       Caption         =   "Age 10"
  37.       Height          =   255
  38.       Left            =   1320
  39.       TabIndex        =   3
  40.       Top             =   840
  41.       Width           =   735
  42.    End
  43.    Begin Image Image1 
  44.       Height          =   480
  45.       Left            =   2760
  46.       Picture         =   FORM3.FRX:0000
  47.       Top             =   360
  48.       Width           =   480
  49.    End
  50.    Begin Label Label2 
  51.       BackStyle       =   0  'Transparent
  52.       Caption         =   "By Scott L. Conger"
  53.       Height          =   255
  54.       Left            =   960
  55.       TabIndex        =   2
  56.       Top             =   600
  57.       Width           =   1695
  58.    End
  59.    Begin Label Label1 
  60.       BackStyle       =   0  'Transparent
  61.       Caption         =   "Scott Manager"
  62.       Height          =   255
  63.       Left            =   1080
  64.       TabIndex        =   1
  65.       Top             =   360
  66.       Width           =   1335
  67.    End
  68. Sub Command1_Click ()
  69. form3.Visible = False
  70. End Sub
  71.